projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29944b7
)
Don't load help-screen at run time if compiled.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 22 Mar 1993 06:59:54 +0000
(06:59 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 22 Mar 1993 06:59:54 +0000
(06:59 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index fc0056233a3594ab0ab9c5cebbd0ab8560be21f3..68b3f6415931ef806060ec2f243dc3be0cbcf551 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-23,7
+23,9
@@
;;; Code:
-(require 'help-screen)
+;; Get the macro make-help-screen when this is compiled,
+;; or run interpreted, but not when the compiled code is loaded.
+(eval-when-compile (require 'help-screen))
(defvar help-map (make-sparse-keymap)
"Keymap for characters following the Help key.")